home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / SoundApps / SNDed / Source / globals.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-12  |  476 b   |  17 lines

  1. # define FRAME_SIZE      80    /* 80 samples are about 10 msec */
  2. # define ENERGY_GAP      0.55  /* energy < 0.55 * max  =>  silence */
  3. # define MAX_SEQ_LEN    1     /*  max number of frames */
  4. # define N_FEATURES    18    /* number of features per frame */
  5. # define FFT_POWER       8
  6. # define FFT_SIZE        256
  7. # define NUM_BAND    17
  8. # define QUIET        60.0  /* Max. energy should be greater than 60 dB */
  9. #define SIZE    10000
  10.  
  11. # define  OK  0
  12. # define FAIL 1
  13. # define NEW 0
  14. # define OLD 1
  15.  
  16.  
  17.